home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library
/
Microsoft Programmer's Library (CD-ROM Database)(125-099-008)(Version 1.1a)(CDRM 162100)(1989).iso
/
SAMPCODE
/
OS2SDK11
/
TK4
/
MSGBOX
/
MSGBOX.H
< prev
next >
Wrap
Text File
|
1989-02-20
|
994b
|
35 lines
/*
Header file for MSGBOX
Created by Microsoft Corp., 1988
*/
#define IDD_MSGBOX 1 /* modal dialog box */
/* Dialog Box Item numbers */
#define IDD_OK0 10 /* Ok */
#define IDD_OK1 11 /* OkCancel */
#define IDD_OK2 12 /* RetryCancel */
#define IDD_OK3 13 /* AbortRetryCancel */
#define IDD_OK4 14 /* YesNo */
#define IDD_OK5 15 /* YesNoCancel */
#define IDD_OK6 16 /* Cancel */
#define IDD_OK7 17 /* Enter */
#define IDD_OK8 18 /* EnterCancel */
#define IDD_ICON0 20 /* No Icon */
#define IDD_ICON1 21 /* IconQuestion */
#define IDD_ICON2 22 /* IconExclamation */
#define IDD_ICON3 23 /* IconAsterisk */
#define IDD_ICON4 24 /* IconHand */
#define IDD_DEF0 30 /* Default 1 */
#define IDD_DEF1 31 /* Default 2 */
#define IDD_DEF2 32 /* Default 3 */
#define IDD_SHOWBOX 40
#define IDD_SYSTEMMODAL 50
#define IDD_HELP 51
#define IDD_MSGBOXSTYLE 60
#define IDD_RETURNCODE 61